home *** CD-ROM | disk | FTP | other *** search
- Path: mail2news.demon.co.uk!genesis.demon.co.uk
- From: Lawrence Kirby <fred@genesis.demon.co.uk>
- Newsgroups: comp.lang.c
- Subject: Re: Efficient Sorting - In search of
- Date: Thu, 29 Feb 96 17:23:53 GMT
- Organization: none
- Message-ID: <825614633snz@genesis.demon.co.uk>
- References: <4h4imh$3bh@news.cis.nctu.edu.tw>
- Reply-To: fred@genesis.demon.co.uk
- X-NNTP-Posting-Host: genesis.demon.co.uk
- X-Newsreader: Demon Internet Simple News v1.27
- X-Mail2News-Path: genesis.demon.co.uk
-
- In article <4h4imh$3bh@news.cis.nctu.edu.tw>
- don@pierce.geometrics.com "Don Pierce" writes:
-
- >I am looking for an efficient sorting algorithm
- >that can sort an array of floats. I prefer
- >a non-recursive version as I have heard they are
- >not very efficient on large data sets. My arrays
- >are up 10000 elements.
-
- Have you tried the qsort() in your standard library?
-
- --
- -----------------------------------------
- Lawrence Kirby | fred@genesis.demon.co.uk
- Wilts, England | 70734.126@compuserve.com
- -----------------------------------------
-